GET api/NE/PersonDoNotContacts?personIds[0]={personIds[0]}&personIds[1]={personIds[1]}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
personIds | Collection of integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DoNotContactName | Description | Type | Additional information |
---|---|---|---|
DoNotContactId | integer |
None. |
|
EntityNameId | integer |
None. |
|
EntityId | integer |
None. |
|
ContactMethodId | byte |
None. |
|
Comment | string |
None. |
|
BeginDate | date |
None. |
|
EndDate | date |
None. |
|
CreatedBy | integer |
None. |
|
CreatedDate | date |
None. |
|
ModifiedBy | integer |
None. |
|
ModifiedDate | date |
None. |
|
IsDeleted | boolean |
None. |
|
IsActive | boolean |
None. |
|
EntityName | EntityName |
None. |
|
CreatedByUser | User |
None. |
|
ModifiedByUser | User |
None. |
|
ContactMethod | ContactMethod |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "$type": "NE.Entities.Server.HT.DoNotContact, NE.Entities.Server", "DoNotContactId": 1, "EntityNameId": 2, "EntityId": 3, "ContactMethodId": 64, "Comment": "sample string 5", "BeginDate": "2024-11-21T09:45:27.385+00:00", "EndDate": "2024-11-21T09:45:27.385+00:00", "CreatedBy": 7, "CreatedDate": "2024-11-21T09:45:27.385+00:00", "ModifiedBy": 1, "ModifiedDate": "2024-11-21T09:45:27.385+00:00", "IsDeleted": true, "IsActive": true, "EntityName": { "$id": "2", "$type": "AHS.Server.Entities.EntityName, AHS.Server", "EntityNameId": 1, "Description": "sample string 2", "CodeName": "sample string 3" }, "CreatedByUser": { "$id": "3", "$type": "AHS.Server.Entities.User, AHS.Server", "UserId": 1, "Username": "sample string 2", "FirstName": "sample string 3", "LastName": "sample string 4", "Email": "sample string 5", "IsActive": true, "IsSystem": true, "IsADBased": true, "BusinessUnitId": 9, "PermissionIds": [ 1, 2 ], "FullName": "sample string 3 sample string 4", "BusinessUnit": { "$id": "4", "$type": "AHS.Server.Entities.BusinessUnit, AHS.Server", "BusinessUnitId": 1, "Description": "sample string 2", "IsAHS": true } }, "ModifiedByUser": { "$ref": "3" }, "ContactMethod": { "$id": "5", "$type": "NE.Entities.Server.HT.ContactMethod, NE.Entities.Server", "ContactMethodId": 64, "Description": "sample string 2" } }, { "$ref": "1" } ]